home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / winsock / ircii2-6.zip / SRC\IRCII-2.6\INCLUDE\PARSE.H < prev    next >
C/C++ Source or Header  |  1994-12-28  |  226b  |  14 lines

  1. /*
  2.  * parse.h
  3.  *
  4.  * written by matthew green
  5.  * copyright (c) 1993
  6.  *
  7.  * @(#)$Id: parse.h,v 1.3 1994/07/02 02:38:10 mrg Stab $
  8.  */
  9.  
  10. extern    char    *PasteArgs();
  11. extern    void    parse_server __P((char *));
  12.  
  13. extern    char    *FromUserHost;
  14.